xo::library proc source_dependent (public)

 xo::library[i] source_dependent

Defined in packages/xotcl-core/tcl/04-library-procs.tcl

Source files extending classes of the current file. When classes are defined in this file and (some) of their methods are defined in other files, we have to load the methods of the other files after the classes are recreated in this file (recreation of classes deletes the old methods). Use "::xo::library source_dependent" at the end of a file when the classes are defined.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_source apm_source (public) xo::library proc source_dependent xo::library proc source_dependent xo::library proc source_dependent->apm_source

Testcases:
No testcase defined.
[ show source ]
Show another procedure: